home *** CD-ROM | disk | FTP | other *** search
/ US Department of Defense…ndamentals 1.0 2004 April / US Department of Defense: Firewall & Router Fundamentals 1.0 2004 April.iso / sco / interface / narrative.swf / scripts / DefineSprite_32 / frame_2 / DoAction.as
Encoding:
Text File  |  2004-03-29  |  278 bĀ   |  12 lines

  1. if(_parent.textarea.maxscroll != 1)
  2. {
  3.    this._height = _parent.scroll_area._height / _parent.textarea.maxscroll;
  4.    this._y = orig_y - _parent.scroll_area._height / 2 + this._height / 2;
  5. }
  6. else
  7. {
  8.    this._height = orig_height;
  9.    this._y = orig_y;
  10. }
  11. gotoAndStop(1);
  12.